#map these together tmap_mode(mode = "view") tm_shape(counties)+ tm_borders("darkolivegreen3")+ tm_shape(oil_spill)+ tm_dots(alpha = 0.3, col = "darkgoldenrod2", border.col = "darkgoldenrod2", border.alpha = 1)